Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import System.Collections.Generic;
- var ThoughtList = new List.<Array>();
- function Start(){
- var x = new Array (1, "Hello");
- ThoughtList.Add(x);
- Debug.Log( ThoughtList.Item(1));
- }
Advertisement
Add Comment
Please, Sign In to add comment