8 lines
100 B
C#
8 lines
100 B
C#
namespace Project.B.Entities
|
|
{
|
|
public interface INpcFactory:IEntitiesFactory
|
|
{
|
|
|
|
}
|
|
}
|