using UnityEngine;
namespace Gameplay.FakeFight
{
public class CmpFakeStart : MonoBehaviour
private void Awake()
#if SDK_POCO
if (!gameObject.TryGetComponent(out PocoManager pocoManager))
gameObject.AddComponent<PocoManager>();
#endif
}