10 lines
93 B
C#
10 lines
93 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum MegaCacheData
|
|
{
|
|
Mesh = 0,
|
|
File = 1,
|
|
Image = 2
|
|
}
|