shuffling
This commit is contained in:
11
OpenRa.Game/Orders/IOrderGenerator.cs
Normal file
11
OpenRa.Game/Orders/IOrderGenerator.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenRa.Game
|
||||
{
|
||||
interface IOrderGenerator
|
||||
{
|
||||
IEnumerable<Order> Order( int2 xy, MouseInput mi );
|
||||
void Tick();
|
||||
void Render();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user