fix scene load

This commit is contained in:
cxfm666
2024-09-21 17:04:21 +08:00
parent 1bd62b8493
commit bbf034635f
2 changed files with 9 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ public class PropInfo : PositionInfo
public int CocoonID { get; set; }
public int FarmElementID { get; set; }
public bool IsClientOnly { get; set; }
public bool LoadOnInitial { get; set; }
public PropValueSource? ValueSource { get; set; }
public string? InitLevelGraph { get; set; }