Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PolaMUD
MovableThing
C# Class PolaMUD.MovableThing
Inheritance:
Thing
ファイルを表示
Open project: Polatrite/PolaMUD
Public Methods
Method
Description
CanMove
(
Thing
targetThing
) :
bool
Move
(
Thing
targetThing
) :
bool
Move
(
Thing
targetThing
,
string
message
) :
bool
Method Details
CanMove()
public
method
public
CanMove
(
Thing
targetThing
) :
bool
targetThing
Thing
return
bool
Move()
public
method
public
Move
(
Thing
targetThing
) :
bool
targetThing
Thing
return
bool
Move()
public
method
public
Move
(
Thing
targetThing
,
string
message
) :
bool
targetThing
Thing
message
string
return
bool