This commit is contained in:
CortexCore
2025-03-24 14:42:29 +08:00
parent ff7afe4133
commit 5fceb6f885
16 changed files with 153 additions and 16 deletions

View File

@@ -1,11 +1,38 @@
using System;
using System.Collections;
using System.Collections.Generic;
using BITKit.WorldNode;
namespace Net.Project.B.Faction
{
public enum FactionTypes
{
public interface IFactionType:IWorldNode{
}
[Serializable]
public class Human:IFactionType{}
[Serializable]
public class Player:Human
{
}
[Serializable]
public class Zombie:IFactionType
{
}
[Serializable]
public class Bandit:Human
{
}
[Serializable]
public class Survivor:Human
{
}
}

View File

@@ -4,7 +4,8 @@
"references": [
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
"GUID:f51ebe6a0ceec4240a699833d6309b23",
"GUID:d8b63aba1907145bea998dd612889d6b"
"GUID:d8b63aba1907145bea998dd612889d6b",
"GUID:d750d221812bb1d48baff92e6ef73e28"
],
"includePlatforms": [],
"excludePlatforms": [],