Permalink
Cannot retrieve contributors at this time
11 lines (9 sloc)
250 Bytes
|
using UnityEngine; |
|
using System.Collections; |
|
|
|
public class Legosteroid : MonoBehaviour { |
|
|
|
public gameObject legosteroid; |
|
public gameObject piece1; |
|
public gameObject piece2; |
|
public gameObject piece3; |
|
public gameObject piece4; |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.