[03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad]

commit miss data.
master
LH 6 years ago
parent 6b63ef7f72
commit fce961f8e7
  1. 30
      03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/AppDataxConfiguration.cs
  2. 11
      03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/AppDataxConfiguration.cs.meta

@ -0,0 +1,30 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace UltraCombos.Frozen.RoyalGallery
{
public class AppDataxConfiguration : MonoBehaviour
{
[Configuration.Config]
[Range(0, 15)]
public int deviceId;
[Configuration.Config]
public bool isEnablePaintBG = true;
// Start is called before the first frame update
void Start()
{
AppData.Instance.deviceId = deviceId;
AppData.Instance.isEnablePaintBG = isEnablePaintBG;
}
// Update is called once per frame
void Update()
{
}
}
}

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1ecbac03bd607d04a9aab7703a95f61f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Loading…
Cancel
Save