using System.Collections.Generic;
namespace Cryville.Common {
///
/// A manager that assigns each given identifiers a unique integer ID.
///
public class IdentifierManager {
///
/// A shared instance of the class.
///
public static IdentifierManager SharedInstance = new IdentifierManager();
Dictionary