Revise LibAC

This commit is contained in:
Zontreck 2023-09-20 08:29:44 -07:00
parent 60ced631ba
commit c4e7b6fa54
35 changed files with 44 additions and 326 deletions

View file

@ -3,7 +3,7 @@ using System;
using System.Collections.Generic;
using System.Text;
namespace LibZNI
namespace LibAC
{
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple =false, Inherited =true)]
public class AutoUpdater : Attribute