Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active April 9, 2018 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/c0d6d83addb1b36248f5b1e3a003c29a to your computer and use it in GitHub Desktop.
Save todorok1/c0d6d83addb1b36248f5b1e3a003c29a to your computer and use it in GitHub Desktop.
Unityチュートリアル・斜方投射のスクリプト。
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SphereBooster : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment