maint: clean-up of some combat related classes and methods for clarity
This commit is contained in:
@@ -7,7 +7,7 @@ using UnityEngine;
|
||||
|
||||
namespace Reset.Units {
|
||||
[Category("Reset")]
|
||||
[Description("Send a string as an event to another unit. Works online as well")]
|
||||
[Description("Send a graph event to another unit. Works online as well")]
|
||||
public class SendEventToUnit : ActionTask<Unit>{
|
||||
public BBParameter<GameObject> target;
|
||||
public string eventToSend;
|
||||
|
||||
Reference in New Issue
Block a user