Reign.Core.ApplicationEvent.ApplicationEvent C# (CSharp) Méthode

ApplicationEvent() public méthode

public ApplicationEvent ( ) : System
Résultat System
        public ApplicationEvent()
        {
            TouchesOn = new bool[TouchCount];
            TouchLocations = new Vector2[TouchCount];
        }
ApplicationEvent