修改为luban
This commit is contained in:
17
Entity/Social/Chat/Model/ChatInfoTree.cs
Normal file
17
Entity/Social/Chat/Model/ChatInfoTree.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Runtime.Serialization;
|
||||
using Fantasy;
|
||||
using LightProto;
|
||||
using MongoDB.Bson.Serialization.Attributes;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public partial class ChatInfoTree
|
||||
{
|
||||
[BsonIgnore]
|
||||
[JsonIgnore]
|
||||
[ProtoIgnore]
|
||||
[IgnoreDataMember]
|
||||
public Scene Scene { get; set; }
|
||||
}
|
||||
11
Entity/Social/Chat/Model/ChatUnit.cs
Normal file
11
Entity/Social/Chat/Model/ChatUnit.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
// using Fantasy.Entitas;
|
||||
//
|
||||
// namespace NB.Chat;
|
||||
//
|
||||
// public class ChatUnit : Entity
|
||||
// {
|
||||
// public string UserName;
|
||||
// public long GateRouteId;
|
||||
// public readonly Dictionary<long, ChatChannelComponent> Channels = new();
|
||||
// public readonly Dictionary<int, long> SendTime = new Dictionary<int, long>();
|
||||
// }
|
||||
Reference in New Issue
Block a user