forked from kaureinasto/ludumdare44
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tags1
11 lines (11 loc) · 1.09 KB
/
.tags1
1
2
3
4
5
6
7
8
9
10
11
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 0 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.9~svn20110310 //
ShowCurrentDate /home/k/code/ludumdare44/BMbroker/Assets/Scripts/ShowCurrentDate.cs /^public class ShowCurrentDate : MonoBehaviour$/;" class line:5
currentDateText /home/k/code/ludumdare44/BMbroker/Assets/Scripts/ShowCurrentDate.cs /^ public Text currentDateText;$/;" field line:7 class:ShowCurrentDate
currentDate /home/k/code/ludumdare44/BMbroker/Assets/Scripts/ShowCurrentDate.cs /^ public ObservableDate currentDate;$/;" field line:8 class:ShowCurrentDate
Start /home/k/code/ludumdare44/BMbroker/Assets/Scripts/ShowCurrentDate.cs /^ void Start() {$/;" method line:10 class:ShowCurrentDate file: signature:()
Update /home/k/code/ludumdare44/BMbroker/Assets/Scripts/ShowCurrentDate.cs /^ void Update() {$/;" method line:15 class:ShowCurrentDate file: signature:()