Well... I forgot ICollectionItem on some interfaces...
This commit is contained in:
parent
35c433fa85
commit
a921eb827e
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ namespace SM.Base.Scene
|
|||
/// <summary>
|
||||
/// This interface allows for a object to implerment a fixed update.
|
||||
/// </summary>
|
||||
public interface IFixedScriptable
|
||||
public interface IFixedScriptable : ICollectionItem
|
||||
{
|
||||
/// <summary>
|
||||
/// Executes a fixed update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue