public static void DataNotify(this int target, int name) { DataProxy dataProxy = target.GetData <DataProxy>(); dataProxy?.DataNotify(name); }