C# Class LogicSpawn.GTARPG.Core.Repository.ItemRepository

Datei anzeigen Open project: logicspawn/GTARPG

Public Properties

Property Type Description
Items List

Public Methods

Method Description
Cash ( int amount ) : Item
Get ( string name ) : Item
GetAction ( string name ) : System.Action

Private Methods

Method Description
GiveAmmo ( int multiplier ) : System.Action
ItemRepository ( ) : System

Method Details

Cash() public static method

public static Cash ( int amount ) : Item
amount int
return Item

Get() public static method

public static Get ( string name ) : Item
name string
return Item

GetAction() public static method

public static GetAction ( string name ) : System.Action
name string
return System.Action

Property Details

Items public_oe static_oe property

public static List Items
return List