15 lines
235 B
C#
15 lines
235 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
namespace Managers
|
||
|
{
|
||
|
public class Generator:MonoBehaviour
|
||
|
{
|
||
|
public GameObject entityLevel;
|
||
|
|
||
|
|
||
|
public void GenerateEntity(Data.PawnDef pawnDef, Vector3 pos)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|