duck

duck

Nov 29th, 2010
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1.     Debug.Log("adding block component");
  2.     Block block = go.AddComponent<Block>();
  3.     Debug.Log("added block component: "+(block != null));
Advertisement
Add Comment
Please, Sign In to add comment