mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix world id
This commit is contained in:
parent
20d1e6d586
commit
307a84558d
@ -2,7 +2,7 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
public interface ITemplateNode
|
public interface ITemplateNode
|
||||||
{
|
{
|
||||||
void Apply(int worldID, int entityID);
|
void Apply(short worldID, int entityID);
|
||||||
}
|
}
|
||||||
public static class ITemplateNodeExtensions
|
public static class ITemplateNodeExtensions
|
||||||
{
|
{
|
||||||
|
11
src/Utils/ITemplateNode.cs.meta
Normal file
11
src/Utils/ITemplateNode.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e78883b886f4c2b4f929a100b7b6684f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Loading…
Reference in New Issue
Block a user