ace/Source/ACE.Server/Physics/Command/InputEvent.cs
gmriggs 7d720df1fa
backporting support functions from 1991 (#2537)
* backporting support functions from 1991

* adding MoveToComplete shell function
2019-12-15 09:54:16 -05:00

12 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ACE.Server.Physics.Command
{
public class InputEvent
{
public uint InputAction;
public bool Start;
}
}