...
Code Block |
---|
public override bool Mutate(GameObject GO, int Level) public override bool Unmutate(GameObject GO) |
BaseMutation derives from Part, so the typical event registration and handling functions are available
Info |
---|
public override void Register(GameObject Object) public override bool FireEvent(Event E) |