Move ResourceClaim and ResourceClaimLayer to Mods.Common

This commit is contained in:
reaperrr
2014-10-04 18:52:48 +02:00
parent 9381386b7c
commit 8b5bd49095
9 changed files with 23 additions and 10 deletions

View File

@@ -13,5 +13,10 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common
{
public interface INotifyResourceClaimLost
{
void OnNotifyResourceClaimLost(Actor self, ResourceClaim claim, Actor claimer);
}
public interface INotifyChat { bool OnChat(string from, string message); }
}