This website requires JavaScript.
Explore
Help
Register
Sign In
iwnc2020
/
CapersProject
Watch
2
Star
1
Fork
0
You've already forked CapersProject
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9ae0556534
CapersProject
/
Assets
/
02.Scripts
/
Interface
/
IIdx.cs
7 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-06-03 18:26:03 +00:00
namespace
BlueWater.Interfaces
{
public
interface
IIdx
{
Idx 자료형 변경 int -> string
2024-08-22 10:39:15 +00:00
string
Idx
{
get
;
}
Initial commit
2024-06-03 18:26:03 +00:00
}
}
Reference in New Issue
Copy Permalink