Guest User

Untitled

a guest
Aug 29th, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using System;
  2.  
  3.  
  4. namespace GameTest
  5. {
  6. public class NPC
  7. {
  8. //public Character currentCharacter;
  9.  
  10. public NPC()
  11. {
  12. float x = 78521F;
  13.  
  14. Console.WriteLine(MathF.Sqrt(x));
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment