14 lines
237 B
C#
14 lines
237 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using Net.BITKit.BitMask;
|
|
using UnityEngine;
|
|
|
|
namespace Net.Project.B.Faction
|
|
{
|
|
public class ScriptableFactionMask : ScriptableImplements<IFactionType>
|
|
{
|
|
|
|
}
|
|
}
|
|
|