C# 클래스 ScorchedServer.Models.GenericMessage

상속: Message
파일 보기 프로젝트 열기: tomlokhorst/ScorchedCanvas

공개 프로퍼티들

프로퍼티 타입 설명
angle double?
color string
name string
power double?
type string
weapon string

공개 메소드들

메소드 설명
ToMessage ( ) : Message

메소드 상세

ToMessage() 공개 메소드

public ToMessage ( ) : Message
리턴 Message

프로퍼티 상세

angle 공개적으로 프로퍼티

public double? angle
리턴 double?

color 공개적으로 프로퍼티

public string color
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

power 공개적으로 프로퍼티

public double? power
리턴 double?

type 공개적으로 프로퍼티

public string type
리턴 string

weapon 공개적으로 프로퍼티

public string weapon
리턴 string