mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2026-04-22 04:35:55 +08:00
Update EcsEntityConnect.cs
This commit is contained in:
parent
2ab8fc695b
commit
4ba850728f
@ -122,7 +122,7 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
public void Disconnect()
|
public void Disconnect()
|
||||||
{
|
{
|
||||||
if(_isConnected == false)
|
if (_isConnected == false)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user