trimming 'using' crap
This commit is contained in:
12
OpenRa.Game/IEffect.cs
Normal file
12
OpenRa.Game/IEffect.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using OpenRa.Game.Graphics;
|
||||
|
||||
namespace OpenRa.Game
|
||||
{
|
||||
interface IEffect
|
||||
{
|
||||
void Tick();
|
||||
IEnumerable<Tuple<Sprite, float2, int>> Render();
|
||||
Player Owner { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user