C# 클래스 CustomBgmScript, aura

상속: GeneralScript
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
Load ( ) : void

보호된 메소드들

메소드 설명
Add ( int regionId, string fileName, BgmRepeat repeat = BgmRepeat.Indefinitely ) : void

비공개 메소드들

메소드 설명
OnPlayerEntersRegion ( Creature, creature ) : void
OnPlayerLoggedIn ( Creature, creature ) : void

메소드 상세

Add() 보호된 정적인 메소드

protected static Add ( int regionId, string fileName, BgmRepeat repeat = BgmRepeat.Indefinitely ) : void
regionId int
fileName string
repeat BgmRepeat
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void