• This project
    • Loading...
  • Sign in

I_Jemin / Unity-Unit-Test-with-Bird-Game

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Unity-Unit-Test-with-Bird-Game
  • Assets
  • Scripts
  • Column.cs
  • I_Jemin's avatar
    Init · e4224bf8
    e4224bf8
    I_Jemin authored 2018-02-24 03:18:45 +0900
Column.cs 95 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
using UnityEngine;
 using System.Collections;
 
 public class Column : MonoBehaviour 
 {

 }