C# Класс RPG.Weapon

Data class for weapons.
Наследование: IRpgObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Returns a that represents the current object.

Weapon ( ) : System.Collections.Generic

Creates a new instance of an RPG.Weapon.

Описание методов

ToString() публичный Метод

Returns a that represents the current object.
public ToString ( ) : string
Результат string

Weapon() публичный Метод

Creates a new instance of an RPG.Weapon.
public Weapon ( ) : System.Collections.Generic
Результат System.Collections.Generic