-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreeventsgame GameEventV2
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Events.Game
SharedLibraryCore.Events.Game.GameEventV2[[GameEventV2]]
class SharedLibraryCore.Events.Game.GameEventV2 abstractStyle;
end
subgraph SharedLibraryCore
SharedLibraryCore.GameEvent[[GameEvent]]
end
SharedLibraryCore.GameEvent --> SharedLibraryCore.Events.Game.GameEventV2
Type | Name | Methods |
---|---|---|
IGameServer |
Server |
get |
protected GameEventV2()
public IGameServer Server { get; }
Generated with ModularDoc