C# Class TiledMapper.Utils

Show file Open project: rotators/tools

Public Methods

Method Description
HashCode ( int hash ) : string
Random ( int min, int max ) : int

Method Details

HashCode() public static method

public static HashCode ( int hash ) : string
hash int
return string

Random() public static method

public static Random ( int min, int max ) : int
min int
max int
return int