9 lines
No EOL
155 B
C#
9 lines
No EOL
155 B
C#
using System.Collections.Generic;
|
|
|
|
namespace SM.Base.Scene
|
|
{
|
|
public interface IShowCollection
|
|
{
|
|
List<IShowItem> Objects { get; }
|
|
}
|
|
} |