예제 #1
0
        protected void OnActEnd(NetworkConnection connection, NetMsg.Server.ActEnd message)
        {
            currentAct.ActEnd();
            //SEND RESULTS HERE

            //test this
            Destroy(currentAct);
        }
예제 #2
0
 protected void OnActEnd(NetworkConnection connection, NetMsg.Server.ActEnd message) {
     currentAct.ActEnd();
     Destroy(currentAct.gameObject);
 }