This website requires JavaScript.
Explore
Help
Register
Sign In
AlicizaX
/
DragonECS
Watch
1
Star
0
Fork
0
You've already forked DragonECS
mirror of
https://github.com/DCFApixels/DragonECS.git
synced
2025-09-18 18:14:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0f41895093
DragonECS
/
src
/
Utils
/
EcsTypeCode.cs
8 lines
102 B
C#
Raw
Normal View
History
Unescape
Escape
stash
2024-10-02 22:13:10 +08:00
namespace
DCFApixels.DragonECS
{
rename EcsWorld.id to EcsWorld.ID
2024-10-31 16:27:53 +08:00
public
enum
EcsTypeCode
:
int
{
NULL
=
0
,
}
stash
2024-10-02 22:13:10 +08:00
}
Reference in New Issue
Copy Permalink