Danmaku_no_Kyojin.BulletEngine.BulletMLAction.Init C# (CSharp) Method

Init() protected method

Init this task and all its sub tasks. This method should be called AFTER the nodes are parsed, but BEFORE run is called.
protected Init ( ) : void
return void
        protected override void Init()
        {
            base.Init();
            RepeatNum = 0;
        }