ProjectCow.GameObject.Update C# (CSharp) Method

Update() public abstract method

public abstract Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void
        public abstract void Update(GameTime gameTime);