Amend Me
This commit is contained in:
@@ -17,6 +17,4 @@ public interface IAssignable
|
||||
/// <see cref="true"/>, if the fields are unsigned successfully, <see cref="false"/> if not.
|
||||
/// </returns>
|
||||
bool Unassign();
|
||||
|
||||
delegate void UnassignEventHandler(IAssignable sender);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,4 @@ public interface IHasBehaviourController : IAssignable
|
||||
/// <see cref="true"/>, if the value given assigned successfully assigned, <see cref="false"/> if not.
|
||||
/// </returns>
|
||||
bool Assign(IBehaviourController behaviourController);
|
||||
|
||||
delegate void BehaviourControllerAssignedEventHandler(IHasBehaviourController sender);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,4 @@ public interface IHasEntity : IAssignable
|
||||
/// <see cref="true"/>, if the value given assigned successfully assigned, <see cref="false"/> if not.
|
||||
/// </returns>
|
||||
bool Assign(IEntity entity);
|
||||
|
||||
delegate void EntityAssignedEventHandler(IHasEntity sender);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,4 @@ public interface IHasStateEnable : IAssignable
|
||||
/// <see cref="true"/>, if the value given assigned successfully assigned, <see cref="false"/> if not.
|
||||
/// </returns>
|
||||
bool Assign(IStateEnable stateEnable);
|
||||
|
||||
delegate void StateEnableAssignedEventHandler(IHasStateEnable sender);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,4 @@ public interface IHasUniverse : IAssignable
|
||||
/// <see cref="true"/>, if the value given assigned successfully assigned, <see cref="false"/> if not.
|
||||
/// </returns>
|
||||
bool Assign(IUniverse universe);
|
||||
|
||||
delegate void UniverseAssignedEventHandler(IHasUniverse sender);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,4 @@ public interface IHasUniverseObject : IAssignable
|
||||
/// <see cref="true"/>, if the value given assigned successfully assigned, <see cref="false"/> if not.
|
||||
/// </returns>
|
||||
bool Assign(IUniverseObject universeObject);
|
||||
|
||||
delegate void UniverseObjectAssignedEventHandler(IHasUniverseObject sender);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user