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:
a47ae4efc9
Branches
Tags
×
develop
DungeonShooting
/
DungeonShooting_Godot
/
src
/
framework
/
map
/ DoorAreaInfo.cs
lijincheng
on 17 Feb 2023
112 bytes
编辑门区域工具开发
Raw
Blame
History
public class DoorAreaInfo { public DoorDirection Direction; public float Start; public float End; }