15 lines
367 B
C#
15 lines
367 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Text.RegularExpressions;
|
|
|
|
namespace MonoMod {
|
|
// Internal because this attribute isn't here to stay.
|
|
internal class MonoMod__OldName__ : Attribute {
|
|
public MonoMod__OldName__(string findableID) { }
|
|
}
|
|
}
|