duck

duck

Nov 29th, 2010
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1.         #if UNITY_EDITOR
  2.  
  3.         System.IO.File.WriteAllText (instance.logFile, "---- Log File Started : " + System.DateTime.Now.ToShortDateString () + " - " + System.DateTime.Now.ToShortTimeString () + " ----" + System.Environment.NewLine + messageBacklog);
  4.  
  5.         #endif
Advertisement
Add Comment
Please, Sign In to add comment