예제 #1
0
    public PromotionGuy_ChaseKid()
    {
        _aiManager           = ServiceLocator.Current.Get <AIManager>();
        _entityManager       = ServiceLocator.Current.Get <EntityManager>();
        _promotionGuyManager = ServiceLocator.Current.Get <PromotionGuyManager>();

        speechBubbleTime = Random.Range(3, 6);
    }
예제 #2
0
 public Kid_FollowPlayer()
 {
     _aiManager           = ServiceLocator.Current.Get <AIManager>();
     _promotionGuyManager = ServiceLocator.Current.Get <PromotionGuyManager>();
 }