1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Merge branch '2.3' into 2.4-pr

This commit is contained in:
RaidMax
2019-09-26 16:11:58 -05:00
7 changed files with 41 additions and 12 deletions

View File

@ -235,5 +235,11 @@ namespace SharedLibraryCore
return this;
});
}
public GameEvent Wait()
{
OnProcessed.Wait();
return this;
}
}
}