C# Class Platformer.Core.Simulation.InstanceRegister

This class provides a container for creating singletons for any other class, within the scope of the Simulation. It is typically used to hold the simulation models and configuration classes.
Show file Open project: MLH-Fellowship/AmongUps

Public Properties

Property Type Description
instance T

Property Details

instance public static property

public static T instance
return T