Axiom.Core.ResourceManager.NotifyResourceTouched C# (CSharp) Méthode

NotifyResourceTouched() public méthode

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
Résultat void
		public virtual void NotifyResourceTouched( Resource res )
		{
			// TODO
		}