Ensage.Common.Prediction.Prediction C# (CSharp) Method

Prediction() static private method

Initializes static members of the Prediction class.
static private Prediction ( ) : System
return System
        static Prediction()
        {
            Events.OnLoad += Events_OnLoad;
            Events.OnClose += Events_OnClose;
            if (Game.IsInGame)
            {
                Events_OnLoad(null, null);
            }
        }

Same methods

Prediction::Prediction ( string unitName, ClassID unitClassId, System.Vector3 speed, float rotSpeed, System.Vector3 lastPosition, float lastRotR, float lasttick ) : System