Esempio n. 1
0
        internal void InvokePlayerUpdatePhysics(Player player)
        {
            UpdatePhysicsEventArgs args = new UpdatePhysicsEventArgs
            {
                Player = player
            };

            this.PlayerUpdatePhysics.Invoke(args);
        }
Esempio n. 2
0
		internal void InvokePlayerUpdatePhysics(Player player)
		{
			UpdatePhysicsEventArgs args = new UpdatePhysicsEventArgs
			{
				Player = player
			};

			this.PlayerUpdatePhysics.Invoke(args);
		}