Add support for playing an InsufficientFunds warning
This commit is contained in:
@@ -124,4 +124,11 @@ namespace OpenRA.Mods.Common.Traits
|
||||
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType, out CVec facing);
|
||||
void SetDirty();
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
interface INotifyInsufficientFunds
|
||||
{
|
||||
void InsufficientFunds(Actor self);
|
||||
void SufficientFunds(Actor self);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user