示例#1
0
    protected void InitializeData()
    {
        thisNpcBehavior    = theNpc.GetComponent <NpcBehaviorScript>();
        thisPlayerBehavior = thePlayer.GetComponent <PlayerBehaviorScript>();

        thisGoemonEye = theGoemonEye.GetComponent <EyeBlinkingScript>();
        thisFujikoEye = theFujikoEye.GetComponent <EyeBlinkingScript>();

        thisPlayerBoxScript = thisPlayerDialogBox.GetComponent <InGameDialogScript>();
        thisNpcBoxScript    = thisNpcDialogBox.GetComponent <InGameDialogScript>();
    }
 protected void InitializeNpcAsOpponent()
 {
     thisNpcBehavior = theNpc.GetComponent <NpcBehaviorScript>();
 }