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