C# 클래스 ExampleMod.NPCs.ExampleChestSummon

상속: Terraria.ModLoader.ModPlayer
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 프로퍼티들

프로퍼티 타입 설명
LastChest int

공개 메소드들

메소드 설명
ChestItemSummonCheck ( int x, int y, Mod mod ) : bool
PreUpdateBuffs ( ) : void

메소드 상세

ChestItemSummonCheck() 공개 정적인 메소드

public static ChestItemSummonCheck ( int x, int y, Mod mod ) : bool
x int
y int
mod Mod
리턴 bool

PreUpdateBuffs() 공개 메소드

public PreUpdateBuffs ( ) : void
리턴 void

프로퍼티 상세

LastChest 공개적으로 프로퍼티

public int LastChest
리턴 int