Moved flashimage to world trait.
This commit is contained in:
@@ -54,6 +54,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBlocksProjectilesInfo : ITraitInfoInterface { }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyOrderIssued
|
||||
{
|
||||
bool OrderIssued(World world, Target target);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifySold
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user