예제 #1
0
 public ActivityNotificationScheduleContentKey(AssetContentKey key, params string[] args)
     : base(key, args)
 {
 }
예제 #2
0
        private bool doesGroupDefinitionMatchDataModel(InputButtonGroupDefinition groupDefinition)
        {
            InputButtonGroupContentKey key = controlsScreenData.ButtonGroupContentKey ?? InputButtonsContentKey;

            return(AssetContentKey.GetAssetName(key).ToLower() == groupDefinition.name.ToLower());
        }
예제 #3
0
 public EquipmentViewDefinitionContentKey(AssetContentKey key, params string[] args)
     : base(key, args)
 {
 }
예제 #4
0
 public CustomButtonKey(AssetContentKey key, params string[] args)
     : base(key, args)
 {
 }
예제 #5
0
 public DecorationDefinitionContentKey(AssetContentKey key, params string[] args)
     : base(key, args)
 {
 }