GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
DungeonShooting
Transfer to URL with SHA
Find file
Newer
Older
tree:
e6c711143f
Branches
Tags
×
develop
DungeonShooting
/
src
/
manager
/ GameManager.cs
小李xl
on 9 Jun 2022
122 bytes
实现投抛物体
Raw
Blame
History
using Godot; /// <summary> /// 游戏主管理器, 自动加载 /// </summary> public class GameManager : Node2D { }