projects
/
LZG
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assets
/
Scripts
/
UILib
/
IUIPanel.cs
blob: 01a523a36daf52b2ecd4ca5868402c1e5eafd81d (
plain
)
1
2
3
4
5
6
7
8
using System; namespace UILib { public interface IUIPanel : IUIRect { } }