1
This commit is contained in:
@@ -2,13 +2,11 @@ using System.Dynamic;
|
||||
|
||||
namespace BITKit.Entities
|
||||
{
|
||||
public interface IdComponent
|
||||
public class IdComponent
|
||||
{
|
||||
ulong Id { get; set; }
|
||||
}
|
||||
public interface IdComponent_String
|
||||
{
|
||||
string DbId { get; }
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Group { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
10
Src/Core/ECS/Built-In/LocalPlayerComponent.cs
Normal file
10
Src/Core/ECS/Built-In/LocalPlayerComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BITKit.Entities
|
||||
{
|
||||
public class LocalPlayerComponent
|
||||
{
|
||||
|
||||
}
|
||||
}
|
11
Src/Core/ECS/Built-In/LocalPlayerComponent.cs.meta
Normal file
11
Src/Core/ECS/Built-In/LocalPlayerComponent.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46172bbdf3a15d4458646b3e80b6702c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user