1- global using System ;
1+ // GameFrameX 组织下的以及组织衍生的项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。
2+ //
3+ // 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE 文件。
4+ //
5+ // 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
6+
7+ global using System ;
8+ global using System . Threading . Tasks ;
29global using MongoDB . Bson ;
310global using MongoDB . Driver ;
411global using MongoDB . Bson . Serialization ;
512global using MongoDB . Bson . Serialization . Attributes ;
613global using GameFrameX . Core ;
714global using GameFrameX . Core . Utility ;
15+ global using GameFrameX . Core . Components ;
816global using GameFrameX . Core . Events ;
917global using GameFrameX . Core . Hotfix . Agent ;
1018global using GameFrameX . Core . Hotfix ;
1119global using GameFrameX . Core . Actors ;
1220global using GameFrameX . Core . Timer ;
21+ global using GameFrameX . Core . Abstractions . Attribute ;
1322global using GameFrameX . Proto . Proto ;
1423global using GameFrameX . DataBase ;
24+ global using GameFrameX . DataBase . Mongo ;
1525global using GameFrameX . DataBase . Abstractions ;
26+ global using GameFrameX . Utility . Extensions ;
27+ global using GameFrameX . Utility . Setting ;
28+ global using GameFrameX . Apps . Common . Event ;
1629global using GameFrameX . Utility ;
1730global using System . Collections ;
1831global using System . Collections . Concurrent ;
1932global using System . Collections . Generic ;
2033global using System . Reflection ;
2134global using MongoDB . Bson . Serialization . Conventions ;
22- global using MongoDB . Bson . Serialization . Options ;
35+ global using MongoDB . Bson . Serialization . Options ;
36+ global using System . Text . Json . Serialization ;
37+ global using GameFrameX . NetWork . Abstractions ;
38+ global using GameFrameX . NetWork . Messages ;
0 commit comments