Server.Mobiles.PlayerMobile.OnLocationChange C# (CSharp) Метод

OnLocationChange() защищенный Метод

protected OnLocationChange ( Point3D oldLocation ) : void
oldLocation Point3D
Результат void
        protected override void OnLocationChange(Point3D oldLocation)
        {
            CheckLightLevels(false);
        }