ScoreObjectT |
Represents a score object holding a list of values of type T.
This class manages the storage, retrieval, and manipulation of score data.
|
ScoreObjectMethods |
Provides static extension methods for managing and manipulating score objects within a array of IScoreObjects.
|
ScoreType |
Defines the types of scores that can be managed within the scoreboard system.
This enumeration is used to specify the data type of the scores being handled,
allowing for flexible and type-safe management of score data.
|
ScoreTypeMethods |
Provides extension methods for the ScoreType enumeration.
This class is used to dynamically create IScoreObject instances based on different ScoreTypes.
It simplifies the creation of score objects for various data types without hardcoding specific types.
|