Skip to content

Commit

Permalink
Forgot to add this
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 1, 2018
1 parent 8f212fe commit 82944de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Components/IOInfo.cs
@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;

namespace PiTung.Components
{
internal class IOInfo : MonoBehaviour
{
public int Index { get; set; }
}
}

0 comments on commit 82944de

Please sign in to comment.