mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-06 06:09:52 +03:00
Added Exposed var reset button
This commit is contained in:
@@ -188,13 +188,12 @@ namespace Nuake.Net
|
||||
|
||||
public static implicit operator bool(Entity entity)
|
||||
{
|
||||
bool isValid = false;
|
||||
|
||||
if(object.ReferenceEquals(entity, null))
|
||||
if (object.ReferenceEquals(entity, null))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isValid;
|
||||
unsafe
|
||||
{
|
||||
isValid = EntityIsValidIcall(entity.ECSHandle);
|
||||
|
||||
Reference in New Issue
Block a user