DatabaseAssetBase
Abstract class in SurvivEngine Namespace
Inherits from UnityEngine.ScriptableObject
Abstract class in SurvivEngine Namespace
Inherits from UnityEngine.ScriptableObject
Base class for all database assets. Inherit from this to create your own databases.
The name describing this database
Does this database represent data that inherits from UnityEngine.Object?
Returns false if not overridden
Assigns all database values and initializes data on game startup
Returns an array of database options describing each database name and index
Used for selecting and serializing a database option in-editor