[+] 接入ET8服务端

[+] 接入ET8服务端
This commit is contained in:
ALEXTANG
2023-07-13 12:23:48 +08:00
parent e0be062006
commit 336d4b2eb9
1316 changed files with 130657 additions and 626 deletions

View File

@@ -0,0 +1,8 @@
namespace ET.Server
{
[ComponentOf(typeof(Scene))]
public class RoomManagerComponent: Entity, IAwake
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 48baea120fed34a2492026794df7f64b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
namespace ET.Server
{
[ChildOf(typeof (RoomServerComponent))]
public class RoomPlayer: Entity, IAwake
{
public int Progress { get; set; }
public bool IsOnline { get; set; } = true;
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7cb46c73e983f4acb882077e517f6feb
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
using System.Collections.Generic;
namespace ET.Server
{
[ComponentOf(typeof(Room))]
public class RoomServerComponent: Entity, IAwake<List<long>>
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1ab5631e2c7734968b6ac758ce81dd13
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: