354247879

Results 2 comments of 354247879

namespace IFix.Test { public struct NormalTest { public int structInt; public void CopyData(NormalTest data) { Debug.Log("CopyData data.structInt ===>" + data.structInt); structInt = data.structInt; Debug.Log("CopyData structInt ===>" + structInt); } }...

我建了一个,大家不嫌弃的可以加一下。谢谢各位大佬了 724628391