Replace ResourceType with strings in interfaces/public methods.
This commit is contained in:
@@ -214,7 +214,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
void INotifyHarvesterAction.MovementCancelled(Actor self) { }
|
||||
|
||||
void INotifyHarvesterAction.Harvested(Actor self, ResourceType resource) { }
|
||||
void INotifyHarvesterAction.Harvested(Actor self, string resourceType) { }
|
||||
|
||||
void INotifyHarvesterAction.Docked()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user