TGameData.DefaultGameData Method

Get the instance of default game data as a TGameData instance.

Unit: uGameData
class function DefaultGameData: TGameData

Return Value

 

If you work on a descendant class, use "DefaultGameData(T):T" to create your instance and add a Current function at the descendant level to simplify your life.