Exemplo n.º 1
0
 void OnOverlap(AActor _this, AActor other)
 {
     LogInfo(string.Format("{0} overlap {1}", _this.GetName(), other.GetName()));
 }