Update() protected method

protected Update ( ) : void
return void
Esempio n. 1
0
        public void Update()
        {
            NetworkComponent component = this.GetValue();

            component.Update();
        }