Elin Decompiled Documentation EA 23.344.1 Nightly
Loading...
Searching...
No Matches
CustomFloorContent.cs
Go to the documentation of this file.
2{
3 public override string SourceType => "SourceFloor";
4
6 {
7 if (owner == null)
8 {
9 owner = ModUtil.FindSourceRowPackage(r);
10 }
11 return new CustomFloorContent
12 {
13 ContentId = "Floor/" + r.alias,
14 SourceId = r.alias,
15 Owner = owner
16 };
17 }
18}
string ContentId
Definition: CustomContent.cs:6
override string SourceType
static CustomFloorContent CreateFromRow(SourceFloor.Row r, ModPackage owner=null)