idTech4.Game.idGameRules.Precache C# (CSharp) 메소드

Precache() 공개 메소드

public Precache ( ) : void
리턴 void
		public virtual void Precache()
		{
			if(this.Disposed == true)
			{
				throw new ObjectDisposedException(this.GetType().Name);
			}
		}
		#endregion