1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 该接口为基础的网络接口,包括了网络服务,服务端接口,客户端接口的基本定义 e.g.
|
||||
* ⭐INetProvider 网络服务接口的基本定义
|
||||
* ⭐INetProvider 网络通信接口的基本定义
|
||||
* ⭐INetServer 服务端接口的基本定义
|
||||
* ⭐INetClient 客户端接口的基本定义
|
||||
*/
|
||||
@@ -15,7 +15,7 @@ using UnityEngine;
|
||||
|
||||
namespace BITKit
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Event)]
|
||||
public sealed class NetRpcAttribute : Attribute
|
||||
{
|
||||
|
||||
@@ -67,6 +67,8 @@ namespace BITKit
|
||||
ReciveFile=11,
|
||||
ReturnToServer=12,
|
||||
ReturnToClient=13,
|
||||
TargetRpc=14,
|
||||
AllRpc=15,
|
||||
}
|
||||
/// <summary>
|
||||
/// 网络提供服务,包括了基础网络服务,e.g
|
||||
|
Reference in New Issue
Block a user