コード例 #1
0
 public static void NewEvent(GAResourceFlowType flowType, string currency, float amount, string itemType, string itemId)
 {
     GA_Wrapper.AddResourceEvent(flowType, currency, amount, itemType, itemId);
 }