File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using UnityEngine ;
1+ /*
2+ * uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+ * Copyright (c) 2019 setchi
4+ * Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+ */
6+
7+ using UnityEngine ;
28
39namespace Hypertext
410{
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ * uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+ * Copyright (c) 2019 setchi
4+ * Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+ */
6+
7+ using System ;
28using System . Collections . Generic ;
39using System . Text . RegularExpressions ;
410using UnityEngine ;
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ * uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+ * Copyright (c) 2019 setchi
4+ * Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+ */
6+
7+ using System ;
28using System . Collections . Generic ;
39using System . Linq ;
410using UnityEngine ;
Original file line number Diff line number Diff line change 1- using System ;
1+ /*
2+ * uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+ * Copyright (c) 2019 setchi
4+ * Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+ */
6+
7+ using System ;
28using System . Collections . Generic ;
39
410namespace Hypertext
You can’t perform that action at this time.
0 commit comments