init 1.1.2
This commit is contained in:
11
Runtime/Scripts/Internal/Interfaces/IFaction.cs
Normal file
11
Runtime/Scripts/Internal/Interfaces/IFaction.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public interface IFaction
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns the object's faction index (based on the Faction Data's Faction Name List).
|
||||
/// </summary>
|
||||
int GetFaction();
|
||||
}
|
||||
Reference in New Issue
Block a user