ActorInitializer, in preparation for next change (bob)
This commit is contained in:
@@ -26,11 +26,8 @@ using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
namespace OpenRA.Mods.RA
|
||||
{
|
||||
class DefaultShellmapScriptInfo : ITraitInfo
|
||||
{
|
||||
public object Create(Actor self) { return new DefaultShellmapScript(); }
|
||||
}
|
||||
{
|
||||
class DefaultShellmapScriptInfo : TraitInfo<DefaultShellmapScript> { }
|
||||
|
||||
class DefaultShellmapScript: ILoadWorldHook, ITick
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user