mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
rename ImportSystems method to Import
This commit is contained in:
parent
dd562986f0
commit
9d35096f09
@ -179,7 +179,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
public Builder AddModule(IEcsModule module)
|
||||
{
|
||||
module.ImportSystems(this);
|
||||
module.Import(this);
|
||||
return this;
|
||||
}
|
||||
public EcsPipeline Build()
|
||||
@ -308,7 +308,7 @@ namespace DCFApixels.DragonECS
|
||||
|
||||
public interface IEcsModule
|
||||
{
|
||||
void ImportSystems(EcsPipeline.Builder b);
|
||||
void Import(EcsPipeline.Builder b);
|
||||
}
|
||||
|
||||
#region Extensions
|
||||
|
Loading…
Reference in New Issue
Block a user