mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
12 lines
152 B
C#
12 lines
152 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace ChanSort.Loader.Samsung
|
|
{
|
|
class FavMode
|
|
{
|
|
}
|
|
}
|