8 lines
155 B
C#
8 lines
155 B
C#
using UnityEngine.Scripting;
|
|
|
|
[Preserve]
|
|
public class XUiC_ConfirmWindowGroupRebirth : XUiController
|
|
{
|
|
public EntityVehicle currentVehicleEntity;
|
|
}
|