ControllerInfo.cs 291 B

1234567891011121314151617
  1. using System.Collections.Generic;
  2. using UnityEngine;
  3. using System.Collections;
  4. public class ControllerInfo : MonoBehaviour
  5. {
  6. public List<Texture2D> TexturesInfoViruses;
  7. // Use this for initialization
  8. void Start () {
  9. }
  10. // Update is called once per frame
  11. void Update () {
  12. }
  13. }