Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ DClass
Class
DClass
Assets/XLua/Tutorial/CSharpCallLua/CSCallLua.cs:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
";
48
49
public class DClass
50
{
51
public int f1;
52
public int f2;
53
}
54
55
[CSharpCallLua]
56
public interface ItfD
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected