Cleanups PolymorphSystem/Components/Prototypes (#23721)
* Cleanups PolymorphSystem * forgot this * Nah * Fix test --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,11 @@ public sealed partial class PolymorphActionEvent : InstantActionEvent
|
||||
/// the specific polymorph.
|
||||
/// </summary>
|
||||
public PolymorphPrototype Prototype = default!;
|
||||
|
||||
public PolymorphActionEvent(PolymorphPrototype prototype) : this()
|
||||
{
|
||||
Prototype = prototype;
|
||||
}
|
||||
}
|
||||
|
||||
public sealed partial class RevertPolymorphActionEvent : InstantActionEvent
|
||||
|
||||
Reference in New Issue
Block a user