init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Collections;
|
||||
using Kreta.Framework.Entities;
|
||||
|
||||
namespace Kreta.Framework.Collections
|
||||
{
|
||||
public interface IAssociatedEntityCollection : IEntityCollection, IEnumerable
|
||||
{
|
||||
void Remove(Entity entity);
|
||||
|
||||
void Delete(Entity entity);
|
||||
|
||||
void RemoveAll();
|
||||
|
||||
void Load();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user