Skip to content
eunzee edited this page Oct 28, 2022 · 2 revisions

Welcome to the random-professor-defense wiki!

  • director script
  • seonbae script
  • professor script

각 스크립트에서 제작한 public function, public variable 들을 정리하자.
ex)

func name return type description
startGame() void 게임 시작 시 실행, ...를 한다
...

public void startGame(int gameLevel)

variable name type description
gameLevel int 현재 시작되는 게임의 레벨
...
Clone this wiki locally