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

@@ -17,10 +17,12 @@ items:
source:
id: GameManagerHelper
path: ''
startLine: 1151
startLine: 1296
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThis class helps manage positions for the GameManager during development.\nIt allows adding hat spawn positions and player spawn positions directly in the editor.\n"
example: []
syntax:
content: 'public class GameManagerHelper : MonoBehaviour'
content.vb: Public Class GameManagerHelper Inherits MonoBehaviour
@@ -40,10 +42,12 @@ items:
source:
id: addHatPosition
path: ''
startLine: 1154
startLine: 1302
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nIf true, adds the current position of the "HELPER" object to the hat spawn positions in the GameManager.\n"
example: []
syntax:
content: public bool addHatPosition
return:
@@ -63,10 +67,12 @@ items:
source:
id: addSpawnPosition
path: ''
startLine: 1155
startLine: 1307
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nIf true, sets the current position of the "HELPER" object as the player spawn position in the GameManager.\n"
example: []
syntax:
content: public bool addSpawnPosition
return: