mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-22 09:22:24 +00:00
9 lines
168 B
C#
9 lines
168 B
C#
|
namespace FSO.Server.Protocol.Electron.Model
|
|||
|
{
|
|||
|
public interface IActionRequest
|
|||
|
{
|
|||
|
object OType { get; }
|
|||
|
bool NeedsValidation { get; }
|
|||
|
}
|
|||
|
}
|