Server.Items.FillableContainer.OnLocationChange C# (CSharp) Méthode

OnLocationChange() public méthode

public OnLocationChange ( Point3D oldLocation ) : void
oldLocation Point3D
Résultat void
		public override void OnLocationChange( Point3D oldLocation )
		{
			base.OnLocationChange( oldLocation );
			AcquireContent();
		}