Files
ft/Client/Assets/Scripts/SupplyDrop/SupplyDropItemCashGun.cs
2026-06-29 21:18:33 +08:00

9 lines
145 B
C#

using UnityEngine;
public class SupplyDropItemCashGun : SupplyDropContentModel
{
public Transform Point01;
public Transform Point02;
}