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

@@ -16,10 +16,12 @@ items:
source:
id: HealthBarManager
path: ''
startLine: 1239
startLine: 1456
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThis class manages the health bars for all players in the game.\nIt creates, updates, and removes health bars as needed.\n"
example: []
syntax:
content: 'public class HealthBarManager : MonoBehaviour'
content.vb: Public Class HealthBarManager Inherits MonoBehaviour
@@ -39,10 +41,12 @@ items:
source:
id: healthBarPrefab
path: ''
startLine: 1241
startLine: 1461
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe template used to create new health bars.\n"
example: []
syntax:
content: public GameObject healthBarPrefab
return: