This website requires JavaScript.
Explore
Help
Register
Sign In
Deaicup
/
MRCC
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
MRCC
/
launcher
/
PCL-CE
/
PCL.Core
/
App
/
EventBus
/
EventDataBase.cs
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
5 lines
99 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
feat: 项目初始化 + 3D方块世界原型 + AI助搭系统
2026-08-08 14:07:56 +08:00
using
System
;
namespace
PCL.Core.App.EventBus
;
public
record
EventDataBase
(
Guid
Id
,
string
Name
);
Reference in New Issue
Copy Permalink