Axiom.Core.ResourceManager.NotifyResourceTouched C# (CSharp) 메소드

NotifyResourceTouched() 공개 메소드

Notify this manager that a resource which it manages has been 'touched', ie used.
public NotifyResourceTouched ( Axiom.Core.Resource res ) : void
res Axiom.Core.Resource the resource
리턴 void
		public virtual void NotifyResourceTouched( Resource res )
		{
			// TODO
		}