C# 클래스 Server.TileList

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ushort id, sbyte z ) : void
AddRange ( Server.StaticTile tiles ) : void
TileList ( )
ToArray ( ) : Server.StaticTile[]

메소드 상세

Add() 공개 메소드

public Add ( ushort id, sbyte z ) : void
id ushort
z sbyte
리턴 void

AddRange() 공개 메소드

public AddRange ( Server.StaticTile tiles ) : void
tiles Server.StaticTile
리턴 void

TileList() 공개 메소드

public TileList ( )

ToArray() 공개 메소드

public ToArray ( ) : Server.StaticTile[]
리턴 Server.StaticTile[]