FA7E75DE-2A1C-428F-BF88-34ADB23103AB
using UnityEngine; using Zenject; public class Ship : MonoBehaviour { public class Factory : Factory<Ship> { } }