9 lines
105 B
C#
9 lines
105 B
C#
using UnityEngine;
|
|
|
|
namespace Prefab
|
|
{
|
|
public class EntityPrefab:MonoBehaviour
|
|
{
|
|
|
|
}
|
|
} |