4 [Attribute(desc: "Name of the Area which will be selected to spawn. Careful as it is case-sensitive!", category: "Debug")];
5string m_sForcedArea;
6
7 [Attribute(desc: "Name of the Layer Task that will get spawned under attached Area. Careful as it is case-sensitive! If left empty, Layer Task will be randomly selected", category: "Debug")];
8string m_sForcedLayerTask;
9
10 [Attribute(desc: "Name of the Slot Task that will get spawned under attached Area and Layer Task. Careful as it is case-sensitive! If left empty, Slot Task will be randomly selected", category: "Debug")];