You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
319 B
C#
17 lines
319 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000171 RID: 369
|
|
public class ImageBytesLoader : MonoBehaviour
|
|
{
|
|
// Token: 0x06000A86 RID: 2694 RVA: 0x0002E788 File Offset: 0x0002C988
|
|
private void Start()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000A87 RID: 2695 RVA: 0x0002E78C File Offset: 0x0002C98C
|
|
private void Update()
|
|
{
|
|
}
|
|
}
|