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
|
|
@ -9,7 +9,7 @@ namespace SM.Base.Scene
|
|||
/// <summary>
|
||||
/// Defines a object as script.
|
||||
/// </summary>
|
||||
public interface IScriptable
|
||||
public interface IScriptable : ICollectionItem
|
||||
{
|
||||
/// <summary>
|
||||
/// If not active, ItemCollections will ignore them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue