public Bus(T defaultValue) { inputs = new DictionaryWithListKey <string, T>(defaultValue); }
private HardwareInput() { keyboards = new DictionaryWithListKey <KeyCode, string>(null); axises = new DictionaryWithListKey <string, string>(null); }