Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SpawnListThing.cs
Go to the documentation of this file.
1using System;
2
3public class SpawnListThing : EClass
4{
5 public static SpawnList Get(string id, Func<SourceThing.Row, bool> func)
6 {
7 return SpawnList.Get(id, "thing", new ThingFilter
8 {
9 ShouldPass = func
10 });
11 }
12}
Definition: EClass.cs:5
static SpawnList Get(string id, Func< SourceThing.Row, bool > func)
static SpawnList Get(string id, string parent=null, CardFilter filter=null)
Definition: SpawnList.cs:18