This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -15,10 +15,12 @@ items:
source:
id: GameEvent
path: ''
startLine: 1313
startLine: 1656
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nA type of event that happens during the game, like when it starts or ends.\n"
example: []
syntax:
content: public delegate void GameManager.GameEvent()
content.vb: Public Delegate Sub GameManager.GameEvent()