GmMgr├── GmMgr
│ ├── Bullet.cpp
│ ├── Bullet.h
│ ├── BulletMgr.cpp
│ ├── BulletMgr.h
│ ├── DataMgr.cpp
│ ├── DataMgr.h
│ ├── DataStruct.cpp
│ ├── DataStruct.h
│ ├── Enemy.cpp
│ ├── Enemy.h
│ ├── EnemyMgr.cpp
│ ├── EnemyMgr.h
│ ├── Enemys.cpp
│ ├── Enemys.h
│ ├── GameMap.cpp
│ ├── GameMap.h
│ ├── GameMenu.cpp
│ ├── GameMenu.h
│ ├── GameMgr.cpp
│ ├── GameMgr.h
│ ├── GmMgr.vcxproj
│ ├── GmMgr.vcxproj.filters
│ ├── Goods.cpp
│ ├── Goods.h
│ ├── GoodsMgr.cpp
│ ├── GoodsMgr.h
│ ├── Main.cpp
│ ├── Player.cpp
│ ├── Player.h
│ ├── Prop.cpp
│ ├── Prop.h
│ ├── ReadMe.txt
│ ├── RoleSelect.cpp
│ ├── RoleSelect.h
│ ├── data
│ │ ├── BulletDt.txt
│ │ ├── EnemyDt.txt
│ │ ├── GoodsDt.txt
│ │ └── PlayerDt.txt
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── GmMgr.sdf
├── GmMgr.sln
└── GmMgr.v12.suo
2 directories, 44 files
评论