Beispiel #1
0
	// 게임 시작 시에 한 번만 호출됩니다.
	public override void	start()
	{
		this.chr_dog = CharacterRoot.get().findCharacter<chrBehaviorNPC_Dog>("Dog");

		this.chr_dog.setItemWan(this);

		this.controll.setBillboard(true);
		this.controll.cmdSetVisible(false);

		this.step.set_next(STEP.READY);
	}
Beispiel #2
0
    // 게임 시작 시에 한 번만 호출됩니다.
    public override void    start()
    {
        this.chr_dog = CharacterRoot.get().findCharacter <chrBehaviorNPC_Dog>("Dog");

        this.chr_dog.setItemWan(this);

        this.controll.setBillboard(true);
        this.controll.cmdSetVisible(false);

        this.step.set_next(STEP.READY);
    }