Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -124,7 +124,7 @@ public sealed class TelephoneSystem : SharedTelephoneSystem
|
||||
{
|
||||
base.Update(frameTime);
|
||||
|
||||
var query = EntityManager.EntityQueryEnumerator<TelephoneComponent>();
|
||||
var query = EntityQueryEnumerator<TelephoneComponent>();
|
||||
while (query.MoveNext(out var uid, out var telephone))
|
||||
{
|
||||
var entity = new Entity<TelephoneComponent>(uid, telephone);
|
||||
|
||||
Reference in New Issue
Block a user