This commit is contained in:
CortexCore
2024-11-23 17:20:13 +08:00
commit bb257507bc
133 changed files with 2574 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "Com.Project.B.Net",
"rootNamespace": "",
"references": [
"GUID:14fe60d984bf9f84eac55c6ea033a8f4"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": true
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a4033552c5c40fa408838a1ce2b1b215
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,24 @@
using System;
using System.Collections;
using System.Collections.Generic;
using BITKit;
using BITKit.StateMachine;
namespace Project.B.Net
{
public interface IGameNetState:IState{}
public interface IGameNetOffline:IGameNetState{}
public interface IGameNetAsHost : IGameNetState
{
}
public interface IGameNetAsClient : IGameNetState
{
}
public interface IGameNetService:IStateMachine<IGameNetState>,IDisposable
{
public INetServer Server { get; }
public INetClient Client { get; }
public INetClient LobbyClient { get; }
}
}

View File

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