mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-01 20:44:25 +02:00
Update EventCaller.cs
Should fix Alpha build not compiling
This commit is contained in:
parent
04e4b72dbc
commit
14c2abc91c
@ -109,6 +109,11 @@ namespace HeavenStudio
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static List<RiqEntity> GetAllInGameManagerList(string gameName)
|
||||||
|
{
|
||||||
|
return instance.gameManager.Beatmap.Entities.FindAll(c => c.datamodel.Split('/')[0] == gameName);
|
||||||
|
}
|
||||||
|
|
||||||
public static List<RiqEntity> GetAllInGameManagerList(string gameName, string[] include)
|
public static List<RiqEntity> GetAllInGameManagerList(string gameName, string[] include)
|
||||||
{
|
{
|
||||||
Predicate<RiqEntity> match = c =>
|
Predicate<RiqEntity> match = c =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user